home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 5
/
Amiga Tools 5.iso
/
tools
/
developer-tools
/
guis
/
gadutil
/
docs
/
autodocs
/
50.gu_clearwindow
< prev
next >
Wrap
Text File
|
1996-07-16
|
490b
|
24 lines
gadutil.library/GU_ClearWindow gadutil.library/GU_ClearWindow
NAME
GU_ClearWindow -- Fill the inside of a window with selected color.
SYNOPSIS
GU_ClearWindow(window, color)
A0 D0
VOID GU_ClearWindow(struct Window *, UWORD);
FUNCTION
Fills the inner area of a window with given color.
INPUTS
window - pointer to the window to be filled
color - the color to use. Use color 0 to clear the window.
BUGS
none known
SEE ALSO